Copies the elements of the ICollection to an array of type KeyValuePair, starting at the specified array index.
public void CopyTo(
KeyValuePair<TKey, TValue>[] array,
int arrayIndex
)
Public Sub CopyTo( _
ByVal array() As KeyValuePair(Of TKey,TValue), _
ByVal arrayIndex As Integer _
)
public:
void CopyTo(
array<KeyValuePair<TKey^,TValue^>>^ array,
int arrayIndex
)
array
The one-dimensional array of type KeyValuePair that is the destination of the KeyValuePair elements copied from the ICollection. The array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document